home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 54
/
Vol 54.iso
/
games
/
williame.swf
/
scripts
/
frame_19
/
PlaceObject2_253_100
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
208 b
|
11 lines
onClipEvent(enterFrame){
if(_root.porte40.hitTest(_root.ship.hull))
{
tellTarget("_root")
{
gotoAndStop(21);
setProperty("_root.ship", _X, "500");
}
}
}